You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > SetVal Method > TMtx.SetVal Method ([In] TCplx, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.SetVal Method ([In] TCplx, int, int, int, int)

Sets the calling matrix elements [Row,Col]..[ToRow,ToCol] to complex value Value.

Syntax
C#
Visual Basic
public TMtx SetVal([In] TCplx Value, int Row, int Col, int ToRow, int ToCol);

TMtxVec.ComplexComplexproperties of the calling object are set to true even before the call it was false. An exception is raised if array bounds are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!